(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <clib/graphics_protos.h>
BOOL ClearRectRegion()
SYNOPSIS
struct Region * region
struct Rectangle * rectangle
LOCATION
In GfxBase at offset 87
FUNCTION
Clear the given Rectangle from the given Region
INPUTS
region
pointer to a Region structure
rectangle
pointer to a Rectangle structure
RESULT
FALSE if not enough memory was available, else TRUE
NOTES
EXAMPLE
BUGS
SEE ALSO
AndRectRegion()
OrRectRegion() XorRectRegion()
INTERNALS
HISTORY
13.03.1997 mreckt
new functions